home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
utilit~1
/
lack.zoo
/
gemlib
/
aesparams.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-10-31
|
175 b
|
8 lines
typedef struct aesparams AESP;
int _user_aes(unsigned long);
AESP *_aesparams;
#ifdef __NO_GCC_INLINE__
int (*__aes__)(unsigned long coded_control)=_user_aes;
#endif